home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / puma.lha / puma / m2c / README < prev    next >
Text File  |  1992-09-25  |  940b  |  25 lines

  1. Transformation Tool based on Pattern Matching Puma
  2. ==================================================
  3.  
  4. Puma makes use of a library of reusable Modula-2 modules (MLIB=reuse).
  5. This library must be compiled before Puma itself.
  6. Puma has been compiled successfully on several configurations:
  7.  
  8. configuration | computer | processor | operating-system | compiler
  9. --------------------------------------------------------------------
  10. CC            | PCS 9900 | MC 68020  | MUNIX            | cc
  11. CC            | SUN 3    | MC 68020  | SunOS 4.1        | cc
  12. CC          | SUN 4    | SPARC     | SunOS 4.1      | cc
  13. CC          | VAX 8500 |         | ULTRIX V2.0-1    | cc
  14. CC          | DEC 3100 | MIPS      | ULTRIX V2.0-7    | cc
  15.  
  16. When moving from little-endian to big-endian machines or vice versa
  17. (like e. g. VAX and MC 68000) the binary files Scan.Tab and Pars.Tab
  18. have to be converted:
  19.  
  20.    make bin.conv
  21.  
  22. To generate Puma use:
  23.  
  24.    make install BIN=... LIB=... OPT=...
  25.